www.gusucode.com > Connect RTL verification to MATLAB 程序工具箱matlab源码 > Connect RTL verification to MATLAB/pulse_detector_verification/cosim/launch_hdl_simulator_Pulse_Detector.m

    tclcmd = { ...
'vsimulink Pulse_Detector -t 1ns -voptargs=+acc ;', ...
'add wave Pulse_Detector/*;', ...
};
vsim('tclstart',tclcmd);